home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CONNBBS.WI$ / CONNBBS.WIZ
Text File  |  1995-08-11  |  3KB  |  56 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Configure a BBS Entry
  3. IF ISWINDOWUP "pcANYWHERE"
  4.     BlackBoard   "This Assistant will walk you through the process of configuring an Online Service entry."
  5.     Blackboard "During this session, your mouse cursor will be under computer control."
  6. else
  7.     RUN  "WINAW.EXE" ;Welcome to Norton pcANYWHERE, your complete remote communications solution!
  8. endif
  9. Blackboard "When you press NEXT, the Assistant will click on Call Online Service."
  10. CLICKON         0501  ;This is the Online Service Directory.  Press NEXT.
  11. BlackBoard    "Since there is no entry in the list for this BBS, press NEXT to select New to create a new entry."
  12. Controlsoff "Edit Online Service Entry"
  13. ClickOn         6010   ;Press NEXT to continue.
  14. LABEL MPW
  15. IF ISWINDOWUP "Master Password"
  16. Controlsoff "Master Password"
  17.     BlackBoard                      "A master password has been set.  It must be entered now in order to view/modify any program settings"
  18.     AcceptInto      1808            ;Please enter the master password now...Press Next to continue
  19.     ClickOn         0001            ;Your password has been entered.
  20.     IF ISWINDOWUP "Error"
  21.         BlackBoard              "I'm Sorry! Your entry was incorrect.  Please try again!"
  22.         ClickOn         0002
  23.         Goto            MPW
  24.     endif 
  25. Controlsoff "Edit Online Service Entry"
  26. endif 
  27. Blackboard "This brings up the Edit Online Service Entry window."
  28. LABEL  descript
  29. AcceptInto      4008   ;Please enter a description which will appear in list of services.  For example "Our BBS".
  30. If controlempty 4008
  31.    Blackboard "You must enter a description so that the following selections may be saved."
  32.    goto descript
  33. Endif
  34. LABEL   DESC
  35. if ENTRYEXISTS  4008 6002
  36.     BlackBoard                      "This entry is already in the list...Please enter a different description"
  37.     AcceptInto      4008            ;Each service you want to call needs a unique identifier or description.
  38.     Goto DESC
  39. endif
  40. BlackBoard                "When calling an online service, your PC is emulating a terminal.  You need to choose what type of terminal you want to emulate."
  41. DropDownWait    4012      ;The ANSI or VT-100 are the most common and would be a good default if you are unsure.  Select one and press Next to continue...
  42. BlackBoard                "You also need to tell pcANYWHERE what method (protocol) you will be using to transfer files."
  43. DropDownWait    4014      ;Some protocols are faster, some are more secure/reliable.  For now, please select ZModem.
  44. AcceptInto      4006       ;Please enter the phone number you wish to call.
  45. BlackBoard    "You can create numerous hardware configurations.  This makes it easy to switch between different modems or networks."
  46. BlackBoard   "Here is a list of the hardware configurations already set up."
  47. DropDownWait    4004    ;Please select the entry titled 'Modem (even parity)'.  This is the most common configuration used when calling online services.
  48. BlackBoard      "If you would like to use a different hardware configuration, you will have to exit this tutorial and perform the configuration manually."
  49. ClickOn         0001   ; The Assistant will now save your entries.  
  50. IF iswindowup "pcANYWHERE"
  51.     BlackBoard "To place the call now, simply press the Call button when this lesson has ended."
  52. Endif
  53. Blackboard "Goodbye..."
  54. EXIT
  55.  
  56.